home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / lib / m / Makefile < prev    next >
Makefile  |  1991-11-21  |  1KB  |  42 lines

  1. #
  2. # Prototype makefile for libraries.
  3. #
  4. # This Makefile is automatically generated.
  5. # DO NOT EDIT IT OR YOU MAY LOSE YOUR CHANGES.
  6. #
  7. # Generated from /sprite/lib/mkmf/Makefile.library
  8. # Thu Nov 21 15:27:13 PST 1991
  9. #
  10. # For more information, refer to the mkmf manual page.
  11. #
  12. # $Header: /sprite/lib/mkmf/RCS/Makefile.library,v 1.15 91/04/11 12:55:30 kupfer Exp $ SPRITE (Berkeley)
  13. #
  14. # Allow mkmf
  15.  
  16. ALLSRCS        = acosh.c asincos.c asinh.c atan.c atan2.c atanh.c cabs.c cbrt.c cosh.c erf.c exp.c exp__E.c expm1.c fabs.c floor.c fmod.c j0.c j1.c jn.c lgamma.c log.c log10.c log1p.c log__L.c pow.c sincos.c sinh.c support.c tan.c tanh.c
  17. LINTSRCS    = 
  18. MACHINES    = ds3100 sun3 sun4
  19. MAKEFILE    = Makefile
  20. MANPAGES    = asinh.man erf.man exp.man floor.man hypot.man ieee.man infnan.man j0.man lgamma.man math.man sin.man sinh.man sqrt.man
  21. NAME        = m
  22. PUBHDRS        = math.h
  23. #include    <settm.mk>
  24. TYPE        = sprite
  25. DISTDIR        ?= /dist/sprite/src/lib/m
  26.  
  27. SYSMAKEFILE    = library.mk
  28.  
  29. #if exists($(TM).md/md.mk)
  30. #include    "$(TM).md/md.mk"
  31. #endif
  32.  
  33. #if exists(local.mk)
  34. #include    "local.mk"
  35. #else
  36. #include    <$(SYSMAKEFILE)>
  37. #endif
  38.  
  39. #if exists($(TM).md/dependencies.mk)
  40. #include    "$(TM).md/dependencies.mk"
  41. #endif
  42.